Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
こんばんは、gem-compileいいですね、こういうのが欲しかったです。
今、rroongaという他の方が作ったgemパッケージの
Windowsバイナリ版を作っていて、使わせてもらっています。
rroonga gemには、非コンパイル済みのものには含める必要がないけど、
コンパイル済みのgemには入れたいファイルが.so以外にもあり、
そのままでは上手くいきませんでした。
そこで、--add-files というオプションを追加してみました。
通常版には含めないけど、コンパイル済みのgemパッケージに含めるものを追加することが出来ます。
例えば、rroonga gem における、vendor/local 等がそれに当たります。
gem compile --add-files vendor/local rroonga-1.0.8.gem
のように使うイメージです。
良かったら本家に取り込んで頂けると嬉しいです、それでは。